home *** CD-ROM | disk | FTP | other *** search
- object ShellCommandsDlg: TShellCommandsDlg
- Left = 173
- Top = 192
- BorderStyle = bsToolWindow
- Caption = 'Set Shell Commands'
- ClientHeight = 245
- ClientWidth = 448
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 16
- Top = 8
- Width = 289
- Height = 33
- AutoSize = False
- Caption =
- 'The menu name will apear in the popup menu when the assocciated ' +
- 'file is right clicked'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 16
- Top = 48
- Width = 289
- Height = 25
- AutoSize = False
- Caption =
- 'The parameters are passed to the assocciated application on the ' +
- 'command line as follows'
- WordWrap = True
- end
- object SpeedButton1: TSpeedButton
- Left = 312
- Top = 136
- Width = 23
- Height = 23
- Glyph.Data = {
- E6000000424DE60000000000000076000000280000000E0000000E0000000100
- 0400000000007000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33003333333033333300333333303333330033344440CCCC330033344440CCCC
- 330033334440CCC3330033334440CCC3330033333440CC33330033333440CC33
- 330033333340C333330033333340C33333003333333033333300333333333333
- 33003333333333333300}
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 312
- Top = 176
- Width = 23
- Height = 23
- Glyph.Data = {
- E6000000424DE60000000000000076000000280000000E0000000E0000000100
- 0400000000007000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33003333333033333300333333C043333300333333C04333330033333CC04433
- 330033333CC0443333003333CCC0444333003333CCC044433300333CCCC04444
- 3300333CCCC04444330033333330333333003333333033333300333333333333
- 33003333333333333300}
- OnClick = SpeedButton2Click
- end
- object Label1: TLabel
- Left = 56
- Top = 80
- Width = 203
- Height = 16
- Caption = 'PathToApp %1 (Your Parameters)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 360
- Top = 152
- Width = 75
- Height = 23
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 360
- Top = 184
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button3: TButton
- Left = 360
- Top = 8
- Width = 75
- Height = 23
- Caption = '&Add'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 360
- Top = 72
- Width = 75
- Height = 23
- Caption = '&Delete'
- TabOrder = 3
- OnClick = Button4Click
- end
- object ListBox1: TListBox
- Left = 16
- Top = 128
- Width = 289
- Height = 97
- ItemHeight = 13
- Style = lbOwnerDrawFixed
- TabOrder = 4
- OnClick = ListBox1Click
- OnDblClick = Button5Click
- OnDrawItem = ListBox1DrawItem
- OnMeasureItem = ListBox1MeasureItem
- end
- object Header1: THeader
- Left = 16
- Top = 104
- Width = 289
- Height = 25
- Sections.Sections = (
- #0'129'#0'Menu Name '
- #0'61'#0'Parameters')
- TabOrder = 5
- end
- object Button5: TButton
- Left = 360
- Top = 40
- Width = 75
- Height = 23
- Caption = '&Edit'
- TabOrder = 6
- OnClick = Button5Click
- end
- end
-